home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / logins / lsu / lsu.doc < prev    next >
Text File  |  1996-07-10  |  14KB  |  307 lines

  1.  
  2.   *--------------------------------------------------------------------------*
  3.   *-                           Oxford Systems                               -*
  4.   *-              L o g i n  *  S c r i p t  *  U t i l i t y               -*
  5.   *-                                                                Page 1  -*
  6.   *--------------------------------------------------------------------------*
  7.  
  8.  
  9.  
  10.   ***************************  Registration Notice ***************************
  11.   *                     *                                                    *
  12.   *   ::::::::::::::    *  Login Script Utility is a copyrighted program     *
  13.   *   ::  Oxford  ::    *  being distributed as shareware.  Please feel free *
  14.   *   ::  Systems ::    *  to make copies of this program and pass them on.  *
  15.   *   ::::::::::::::    *  If you decide to use this program you are         *
  16.   * ........::........  *  expected to pay a registration fee of $49.00 to   *
  17.   * :: =       ==== ::  *  Oxford Systems.                                   *
  18.   * ::::::::::::::::::  *                                                    *
  19.   ***********************  Registration entitles you to a printed manual, a  *
  20.   *   Oxford Systems    *  a disk with the latest version of the program,    *
  21.   *    97 Dennison      *  update notices, and a clear conscience.           *
  22.   *  Oxford, MI  48371  *                                                    *
  23.   *   (313) 628-2672    *                                                    *
  24.   ****************************************************************************
  25.  
  26.  
  27.  
  28.  
  29.   Introduction
  30.   ------------
  31.   Login Script Utility is a Novell Netware Login Script editing utility which
  32.   contains features many of us network administrator WISH were available in
  33.   SYSCON.  These features include;
  34.  
  35.   A. Browse through a side-by-side list of users and their Login Scripts
  36.  
  37.   B. Quickly locate any user's login script
  38.  
  39.   C. Search through all Login Scripts to find a string and set a filter
  40.      to speed access to files which contain the string
  41.  
  42.   D. Print out any or all login scripts and the System Login Script
  43.  
  44.   E. Edit User Login Scripts and System Login Script.  While editing you can
  45.      pop up...
  46.  
  47.      F. ... a list of all user names
  48.      G. ... a list of groups any user belongs to
  49.      H. ... a list of all groups
  50.      I. ... a list of users who belong to any group
  51.             (also add and delete group members while editing!)
  52.      J. ... a list of print queues
  53.      K. ... a user-editable help list containing syntax of all login script
  54.             commands, variable names, and anything you wish to include.
  55.  
  56.  
  57.  
  58.   *--------------------------------------------------------------------------*
  59.   *-                           Oxford Systems                               -*
  60.   *-              L o g i n  *  S c r i p t  *  U t i l i t y               -*
  61.   *-                                                                Page 2  -*
  62.   *--------------------------------------------------------------------------*
  63.  
  64.  
  65.  
  66.   Installation
  67.   ------------
  68.   Files inluded are  LSU.EXE     The Login Script Utility Program
  69.                      PRINT.LSU   A file of print settings
  70.                      HINTS.LSU   An ASCII file with login script hints
  71.                      LSU.DOC     This file
  72.  
  73.  
  74.   LSU is intended to be installed and used by the network Supervisor or
  75.   someone with supervisor equivalence.  To install...
  76.  
  77.  
  78.   If you have a search mapping for SYS:SYSTEM
  79.  
  80.       Copy all three files into the SYS:SYSTEM directory.
  81.  
  82.   otherwise
  83.  
  84.       Copy PRINT.LSU and HINTS.LSU into the SYS:SYSTEM directory.
  85.       Copy LSU.EXE into a directory you do have search mapped.
  86.  
  87.  
  88.  
  89.  
  90.   Starting LSU
  91.   ------------
  92.   To start the program, type LSU at the DOS command line.  The program
  93.   defaults to color with exploding windows.
  94.  
  95.  
  96.   For Monochrome add /M or /m to the command    i.e.   LSU /M
  97.  
  98.  
  99.   For non-exploding windows (faster, especially when dialing in)
  100.   add /E or /e to the command  i.e.   LSU /E
  101.                                     LSU /M/E
  102.  
  103.  
  104.  
  105.   How to use the LSU Features
  106.   ---------------------------
  107.   A. Browse through list of users while login scripts are displayed
  108.  
  109.      The cursor keys have the following effect when browsing the Users list:
  110.  
  111.       <Up>, <Down>         Move cursor up or down one name
  112.       <PgUp>, <PgDn>       Move cursor up or down one screenful
  113.       <Ctrl><PgUp>,        Move cursor to beginning or end of list
  114.       <Ctrl><PgDn>
  115.  
  116.  
  117.  
  118.  
  119.  
  120.   *--------------------------------------------------------------------------*
  121.   *-                           Oxford Systems                               -*
  122.   *-              L o g i n  *  S c r i p t  *  U t i l i t y               -*
  123.   *-                                                                Page 3  -*
  124.   *--------------------------------------------------------------------------*
  125.  
  126.  
  127.   B. Quickly locate any user's login script
  128.  
  129.      Press <Alt><L>.  A window appears and asks for the user name you wish to
  130.      locate.
  131.  
  132.  
  133.  
  134.   C. Search through all Login Scripts to find a string and set a filter to
  135.      speed access to scripts which contain the string.
  136.  
  137.      Press <Alt><F>.  A window appears and allows you top enter a text string
  138.      and begin or cancel the search.  If any script is found with that
  139.      string, a filter is automatically set making those scripts containing
  140.      the string the only ones available for viewing and editing.  If no
  141.      scripts are found to contain the string, the filter is not set.
  142.  
  143.  
  144.  
  145.   D. Print out any or all login scripts.
  146.  
  147.      Press <Alt-P>.  A window appears and gives several options including
  148.      printing a single script, all scripts, the System Login Script, or
  149.      modify printing parameters.
  150.  
  151.  
  152.  
  153.   E. Edit User Login Scripts and System Login Script.
  154.  
  155.      Press <Enter> to edit the currently highlighted User's login script.
  156.      Press <Alt-S> to edit the System Login Script
  157.  
  158.  
  159.      While editing you can pop up...
  160.  
  161.      F.   ... a list of all user names
  162.  
  163.           Press <Alt-U>.  A window appears containing a list of user names.
  164.  
  165.  
  166.      G.   ... a list of groups any user belongs to
  167.  
  168.           While the window of user names is present, press <Enter> on any
  169.           user name to see the Groups to which this user belongs.
  170.  
  171.  
  172.      H.   ... a list of all groups
  173.           Press <Alt-G>.  A window appears containing a list of all groups.
  174.  
  175.      I.   ... a list of users who belong to any group
  176.           While the window of group names is present, you can;
  177.  
  178.            A) press <Enter> on any group to see its members.
  179.            B) press <Ins> to add the current user to the group
  180.            C) press <Del> to delete the current user from the group
  181.            D) see which groups the user belongs to by the check mark
  182.  
  183.  
  184.  
  185.   *--------------------------------------------------------------------------*
  186.   *-                           Oxford Systems                               -*
  187.   *-              L o g i n  *  S c r i p t  *  U t i l i t y               -*
  188.   *-                                                                Page 4  -*
  189.   *--------------------------------------------------------------------------*
  190.  
  191.  
  192.      J.   ... a user-editable help list containing syntax of all login script
  193.           commands, and a variable names.
  194.           Press <Alt-H>.  A window appears containing helpful information.
  195.  
  196.           You may change or add to this file by using an editor to modify
  197.           the HINTS.LSU file.  If you begin to get "Out of Memory" errors
  198.           when loading the program, then you have made this file too big.
  199.  
  200.  
  201.  
  202.  
  203.  
  204.       "The following commercial message is brought to you by our sponsor."
  205.  
  206.  
  207.  
  208.  
  209.  
  210.           Commercial message!                 Commercial Message!
  211.           *******************************************************
  212.                  What do these companies have in common?
  213.  
  214.             Anne Klein & Assoc.          Mecklenburg County, N.C.
  215.             Cates Control Systems        Michigan Bell Telephone
  216.             Control Engineering          Omnicom
  217.             Holaday Circuits, Inc.       PC Interface
  218.             Gates Rubber Co.             Q.E.D. Environmental Syst.
  219.             Jervis B. Webb, Co.          Trigon GmbH
  220.             Majestic Glove Co.           University of Houston
  221.             Management Systems Labs
  222.  
  223.                       They're using Oxford Easy Mail
  224.  
  225.                       So simple to use that it's fun!
  226.                      So affordable, you can't go wrong
  227.  
  228.                         --- Only $149 PER SERVER ---
  229.  
  230.                 Send, Forward, Reply, Acknowledgements, Import,
  231.                 uses Bindery, virtually no maintenance reqd,
  232.                 NOT a TSR so no conflicts, many features.
  233.  
  234.                   *  Get your company hooked on e-mail!  *
  235.  
  236.             Shareware version available on Compuserve  GO NOVA
  237.            or order through Oxford Systems - money back guarantee
  238.  
  239.           *******************************************************
  240.           Commercial message!                 Commercial Message!
  241.  
  242.  
  243.  
  244.            "We now return you to our regularly scheduled invoice...."
  245.  
  246.  
  247.  
  248.   *--------------------------------------------------------------------------*
  249.   *-                           Oxford Systems                               -*
  250.   *-              L o g i n  *  S c r i p t  *  U t i l i t y               -*
  251.   *-                                                                Page 5  -*
  252.   *--------------------------------------------------------------------------*
  253.  
  254.  
  255.  
  256.  
  257.    ==========================================================================
  258.    =                                                                        =
  259.    =                                                                        =
  260.    =                                                                        =
  261.    =                              I n v o i c e                             =
  262.    =                              -------------                             =
  263.    =                                                                        =
  264.    =                                                                        =
  265.    =    Remit To:                           From:                           =
  266.    =                                                                        =
  267.    =    Oxford Systems                      ______________________________  =
  268.    =                                                                        =
  269.    =    97 Dennison                         ______________________________  =
  270.    =                                                                        =
  271.    =    Oxford MI, 48371  U.S.A.            ______________________________  =
  272.    =                                                                        =
  273.    =    (313) 628-2672                      ______________________________  =
  274.    =                                                                        =
  275.    =                                                                        =
  276.    =                                                                        =
  277.    =                                        Contact Individual:             =
  278.    =                                        ______________________________  =
  279.    =                                                                        =
  280.    =                                        ______________________________  =
  281.    =                                                                        =
  282.    =                                                                        =
  283.    =                                                                        =
  284.    =                                                                        =
  285.    =                                                                        =
  286.    =                                                                        =
  287.    =   Qty                                         Unit Price      Total    =
  288.    =                                                                        =
  289.    =   ___ Login Script Utility  ..................  $49.00       ________  =
  290.    =                                                                        =
  291.    =   ___ Oxford Easy Mail  ...................... $149.00       ________  =
  292.    =                                                                        =
  293.    =    4% Tax (MI Only)  ......................................  ________  =
  294.    =                                                                        =
  295.    =    Postage & Handling  ....................................  $  3.50   =
  296.    =                                                                        =
  297.    =                                                 Total:     __________  =
  298.    =                                                                        =
  299.    =                                                                        =
  300.    =                                                                        =
  301.    =   Please circle preferred disk format:                                 =
  302.    =                                                                        =
  303.    =                                                                        =
  304.    =                      5 1/4"            3 1/2"                          =
  305.    =                                                                        =
  306.    =                                                                        =
  307.    ==========================================================================